home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
mac
/
2-Graphics
/
Apple Graphics Library
/
HyperCard Artwork
/
Product Clip Art
/
background_2703.txt
next >
Wrap
Text File
|
1990-08-16
|
2KB
|
120 lines
-- background: 2703 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 0
-- name: listings
-- part 3 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=13 top=0 right=245 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Information
-- part 5 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=15 top=315 right=336 bottom=80
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: index
----- HyperTalk script -----
on mouseUp
go to card id 19921
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=86 top=315 right=336 bottom=208
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: show all cards
----- HyperTalk script -----
on mouseUp
show all cards
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=389 top=315 right=336 bottom=433
-- title width / last selected line: 0
-- icon id / first selected line: 7856 / 7856
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NEXT CARD
----- HyperTalk script -----
on mouseUp
visual wipe left
go to next card
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=339 top=315 right=336 bottom=383
-- title width / last selected line: 0
-- icon id / first selected line: 19104 / 19104
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PREVIOUS CARD
----- HyperTalk script -----
on mouseUp
visual wipe right
go to previous card
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=213 top=315 right=336 bottom=252
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: exit
----- HyperTalk script -----
on mouseUp
answer "Are you sure you want to exit?" with "Quit" or "Home" or "Cancel"
if it is "Quit" then domenu quit HyperCard
if it is "home" then domenu home
end mouseUp